home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / lib / perl5 / Pango / FontFace.pod < prev    next >
Text File  |  2009-05-09  |  826b  |  63 lines

  1. =head1 NAME
  2.  
  3. Pango::FontFace - object for Pango representing a group of fonts varying only in size
  4.  
  5. =cut
  6.  
  7. =head1 HIERARCHY
  8.  
  9.   Glib::Object
  10.   +----Pango::FontFace
  11.  
  12.  
  13.  
  14. =cut
  15.  
  16. =for object Pango::FontFace - object for Pango representing a group of fonts varying only in size
  17.  
  18. =cut
  19.  
  20.  
  21.  
  22.  
  23. =head1 METHODS
  24.  
  25. =head2 fontdescription = $face-E<gt>B<describe> 
  26.  
  27. =head2 string = $face-E<gt>B<get_face_name> 
  28.  
  29. =head2 boolean = $face-E<gt>B<is_synthesized> 
  30.  
  31. Since: pango 1.18
  32.  
  33. =head2 @sizes = $face->B<list_sizes>
  34.  
  35. List the sizes available for a bitmapped font.  For scalable fonts, this will
  36. return an empty list.
  37.  
  38. Since: pango 1.4
  39.  
  40.  
  41.  
  42. =cut
  43.  
  44.  
  45. =head1 SEE ALSO
  46.  
  47. L<Pango>, L<Glib::Object>
  48.  
  49.  
  50. =cut
  51.  
  52.  
  53. =head1 COPYRIGHT
  54.  
  55. Copyright (C) 2003-2008 by the gtk2-perl team.
  56.  
  57. This software is licensed under the LGPL.  See L<Pango> for a full notice.
  58.  
  59.  
  60.  
  61. =cut
  62.  
  63.